h1,
h2 {
    color: #0665bd !important;
    font-family: 'muli', sans-serif;
    font-weight: bold;
}

a {
    color: #0665bd !important;
}

caption {
    display: none;
}

/* Landing Pages */
.landing-page-card-row {
    margin-bottom: 20px;
}

.landing-page-card {
    border: 2px solid #BDBDBD;
    border-radius: 7px;
    border-color: #BDBDBD !important;
    padding: 30px 10px;
}

.landing-page-card-title {
    color: #15181a !important;
    font-size: 28px;
    margin: 40px 0;
}


/* Header */


/* Footer */


.footer-p {
    color: #fff;
    padding: 2px 0;
}

.footer-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer>div.container>div>div.col-md-5>div>p:nth-child(3)>a {
    color: #fff;
    text-decoration: underline;
}

#social-icons {
    text-align: center;
    float: right;
    margin-right: 120px;
}



#poweredby_p {
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff;
}

#hanlonClient {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.nav-footer {
    position: relative;
    margin: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.li-inline {
    /* display: inline; */
    padding: 5px;
    list-style-type: none;
}

.li-inline a {
    color: #fff;
}

#footerLink>img {
    margin-top: 60px;
    /* width: 20rem; */
}

.icons {
    color: #2fa170;
    background: #ffffff;
    border-radius: 2px;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    margin: 0 4px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 20px;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    font-weight: unset !important;
    text-decoration: none;
    margin-top: 20px;
}

.icons:hover,
.icons:focus {
    background: #fff;
    text-decoration: none !important;
    color: #333;
}

/* FA icons */
.icons:nth-of-type(1):before {
    content: '\f09a';
}

.icons:nth-of-type(2):before {
    content: '\f099';
}

.icons:nth-of-type(3):before {
    content: '\f16d';
}

/* Cards */
.card-green {
    border-bottom-color: rgb(57, 146, 108);
    background-color: rgba(51, 129, 96, 0.27);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.card-help {
    min-height: 400px;
}

.card-help-link {
    text-decoration: underline;
    color: #1a1d1f;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}

.card-help-text {
    padding-top: 20px;
}

/* Buttons */
.btn-primary {
    background-color: rgb(51, 129, 96);
    border-color: rgb(57, 146, 108);
}

.btn-primary:hover {
    border-color: yellow;
}

/*Styling applied to the 'Training' and 'Training Courses Overview' pages on Redcar's portal*/
.table>tbody {
    vertical-align: inherit;
    font-family: 'muli', sans-serif;
    color: #000;
}

input.btn.btn-primary.button.button__submit {
    background: #0065bd;
    border: transparent;
    font-family: 'muli', sans-serif;
    font-weight: bold;
}

input.btn.btn-primary.button.button__submit:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
    transition: 0.6s;
}

input.btn.btn-primary.button.button__submit:focus {
    background: #fff !important;
    color: #000 !important;
    outline: 2px dashed #000;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: transparent;
    outline: 2px dashed #000 !important;
    box-shadow: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    color: #000 !important;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

table.dataTable.table-sm>thead>tr th.dt-orderable-asc,
table.dataTable.table-sm>thead>tr th.dt-orderable-desc,
table.dataTable.table-sm>thead>tr th.dt-ordering-asc,
table.dataTable.table-sm>thead>tr th.dt-ordering-desc,
table.dataTable.table-sm>thead>tr td.dt-orderable-asc,
table.dataTable.table-sm>thead>tr td.dt-orderable-desc,
table.dataTable.table-sm>thead>tr td.dt-ordering-asc,
table.dataTable.table-sm>thead>tr td.dt-ordering-desc {
    padding-right: 20px;
    background: #0065bd;
    color: #fff;
}

th.dt-orderable-none {
    background: #0065bd !important;
    color: #fff;
}

h1.heading {
    margin-top: 30px;
}

.text-info {
    --bs-text-opacity: 1;
    color: #0665bd !important;
}

div#ctl00_mCPH_ApplyStage1Div {
    background: #0065bd;
    color: #fff;
    font-size: 18px;
    font-family: 'muli', sans-serif;
}

input#ctl00_mCPH_ApplyButton {
    border: 2px solid #fff;
}

input#ctl00_mCPH_ApplyButton:hover {
    border: 2px solid #fff;
    color: #000 !important;
    background: #fff !important;
    transition: 0.6s;
}

input#ctl00_mCPH_ApplyButton:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #fff !important;
}

input#OpenGoogleDirectionsButton {
    border: 2px solid #fff;
    background: #0065bd;
    font-size: 18px;
    font-family: 'muli', sans-serif;
    font-weight: bold;
    padding: 10px;
    border: 2px solid #000;
}

input#OpenGoogleDirectionsButton:hover {
    border: 2px solid #fff;
    color: #000 !important;
    background: #fff !important;
    transition: 0.6s;
}

input#OpenGoogleDirectionsButton:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #fff !important;
}

/*Styling applied to the 'Opportunities' page on Redcar's portal*/
.form-control:focus {
    outline: 2px dashed #000 !important;
}

.form-select:focus {
    border-color: transparent;
    outline: 2px dashed #000 !important;
    box-shadow: none;
}

span.dt-column-title {
    font-family: 'muli', sans-serif;
}

/*Styling applied to the 'News & Events' page on Redcar's portal*/
.tile-news-item-image-div {
    border: 2px solid #0065bd;
    padding: 10px;
}

p.tile-news-item-date.par {
    font-family: 'muli', sans-serif;
    font-weight: bold;
}

a.tile-news-item-title.link {
    font-size: 24px;
    font-weight: bold;
    font-family: 'muli', sans-serif;
}

p span {
    font-size: 18px !important;
}

div#ctl00_mCPH_NewsFeedTileControl_LocationFilterPanel {
    margin-top: 30px;
}

label.news-feed-tile-locationselect-label {
    padding-right: 10px;
}

/*Styling applied to the 'Contact' page*/
input#DebugSendButton {
    display: none;
}

/*Styling applied to the 'Login' page on Redcar's portal*/
input#ctl00_mCPH_LoginButton {
    color: #fff;
    font-size: 18px;
}

a#ctl00_mCPH_RegisterLink {
    font-family: 'muli', sans-serif;
    font-weight: bold;
}

a.link {
    font-weight: bold;
    font-size: 18px;
}

/*Styling applied to the client registration related pages on Redcar's portal*/
div#ctl00_mCPH_divHeader {
    display: none;
}

p {
    font-family: 'muli', sans-serif;
}

label#ctl00_mCPH_lblEmail {
    font-size: 18px;
    font-weight: bold;
    font-family: 'muli', sans-serif;
}

label#ctl00_mCPH_Label1 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'muli', sans-serif;
}

label#ctl00_mCPH_lblPassword {
    font-size: 18px;
    font-weight: bold;
    font-family: 'muli', sans-serif;
}

label#ctl00_mCPH_lblConfirmPassword {
    font-size: 18px;
    font-weight: bold;
    font-family: 'muli', sans-serif;
}

.HeaderRow {
    display: none;
}

a#elementLabel1 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel2 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel3 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel4 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel5 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel6 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel7 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel8 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel9 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel10 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel11{
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel12 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel13 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel14 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel15 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel16 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel17 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel18 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel19 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel20 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel21 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel22 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel23 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#elementLabel24 {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}

a#ShowGoogleAddressInputButton {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}
a.select-link.link {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none;
    font-family: 'muli', sans-serif;
}
button#btnSaveTrainingAndQualification {
    background: #0665bd;
    font-size:18px;
    font-weight: bold;
    color: #fff;
    font-family: 'muli',sans-serif;
}
button#btnSaveTrainingAndQualification:hover {
    border: 2px solid #fff;
    color: #000 !important;
    background: #fff !important;
    transition: 0.6s;
}
button#btnSaveTrainingAndQualification:focus{
    background: #fff;
    color: #000;
    outline: 2px dashed #fff !important;
}
.data-protection-notes {
    font-size: inherit;
    color: #fff;
    margin: 0;
    line-height: inherit;
    font-weight: bold;
    font-family: inherit;
    font-size: 18px;
    font-family: 'muli', sans-serif;
}
input#ctl00_mCPH_btnExit {
    display: none;
}
/*Styling applied to the 'Client Skills' page on Redcar's portal*/
div#ctl00_mCPH_divSubHeader {
    display: none;
}
input#ctl00_mCPH_txtYears1314 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1288 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1290 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1312 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1308 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1313 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1307 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1303 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1294 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1302 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1310 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1309 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1306 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1293 {
    background: #fff;
    border: 2px solid #000;
}
input#ctl00_mCPH_txtYears1311 {
    background: #fff;
    border: 2px solid #000;
}
span#ctl00_mCPH_spnNext {
    padding-left: 20px;
    background: #0065bd;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
a.SkillWizardButtonNextLink {
    color: #fff;
    border: none;
    background-color: #327f64;
    top: 30px !important;
    position: relative;
}

